FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package healthdata.be.r4.cbb#0.16.0-beta (79 ms)

Package healthdata.be.r4.cbb
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=healthdata.be.r4.cbb@0.16.0-beta&canonical=https://fhir.healthdata.be/StructureDefinition/HdBe-NameInformation
Url https://fhir.healthdata.be/StructureDefinition/HdBe-NameInformation
Status draft
Name HdBeNameInformation
Title HdBe-NameInformation
Experimental False
Description A person's official name information, including given names, last name and possibly the partner's last name.
Copyright Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.
Type HumanName
Kind complex-type

Resources that use this resource

StructureDefinition
https://fhir.healthdata.be/StructureDefinition/HdBe-ContactPerson HdBe-ContactPerson
https://fhir.healthdata.be/StructureDefinition/HdBe-HealthProfessional-Practitioner HdBe-HealthProfessional Practitioner
https://fhir.healthdata.be/StructureDefinition/HdBe-Patient HdBe-Patient

Resources that this resource uses

No resources found



Source

{
  "resourceType" : "StructureDefinition",
  "id" : "HdBe-NameInformation",
  "meta" : {
    "lastUpdated" : "2023-07-04T07:54:55.6534983+00:00"
  },
  "url" : "https://fhir.healthdata.be/StructureDefinition/HdBe-NameInformation",
  "name" : "HdBeNameInformation",
  "title" : "HdBe-NameInformation",
  "status" : "draft",
  "publisher" : "Healthdata.be (Sciensano)",
  "contact" : [
    {
      "name" : "Service portal – healthdata.be",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://sciensano.service-now.com/sp",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "A person's official name information, including given names, last name and possibly the partner's last name.",
  "copyright" : "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "zib-nameinformation-v1.1-2020EN",
      "uri" : "https://zibs.nl/wiki/NameInformation-v1.1(2020EN)",
      "name" : "zib NameInformation-v1.1(2020EN)"
    },
    {
      "identity" : "HdBe-NameInformation",
      "uri" : "https://fhir.healthdata.be/StructureDefinition/LogicalModel/HdBe-NameInformation",
      "name" : "HdBe logical model NameInformation"
    }
  ],
  "kind" : "complex-type",
  "abstract" : false,
  "type" : "HumanName",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/HumanName",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "HumanName",
        "path" : "HumanName",
        "short" : "NameInformation",
        "definition" : "This slice represents the person's official name information, including given names, last name and possibly the partner's last name.",
        "comment" : "This `.name` element represents a Belgian name according to the CBB NameInformation (except for the GivenName concept). A Belgian name is represented in FHIR as an ordinary international name, but is augmented using extensions to specify how the last name is built up according to the Belgian rules. See the guidance on `.family` and on `.extension:nameUsage` for more information. Systems that need to work in a Belgian context SHOULD support these extensions as specified here. In addition, systems SHOULD use the core elements according to the FHIR specifications to provide compatibility outside Belgian contexts. It is encouraged to provide a representation of the full name in the `.text` element.\r\n\r\n**Note 1**: The CBB cannot be represented straightforward in FHIR. Especially note the guidance on `.given` on how to map the FirstNames and Initials concepts, and on `.prefix`/`.suffix` on how to map the Titles concept.\r\n\r\n**Note 2**: This element should only contain a person's _official_ names. The GivenName concept is represented in another `.name` element with `.name.use` = _usual_.\r\n\r\n**Note 3**: The examples illustrate how the CBB is mapped to FHIR.",
        "alias" : [
          "Naamgegevens"
        ],
        "constraint" : [
          {
            "key" : "zib-NameInformation-1",
            "severity" : "error",
            "human" : "If a prefix for a family name is specified, the family name is expected as well",
            "expression" : "family.extension('http://hl7.org/fhir/StructureDefinition/humanname-own-prefix').empty().not() implies family.extension('http://hl7.org/fhir/StructureDefinition/humanname-own-name').empty().not()"
          },
          {
            "key" : "zib-NameInformation-2",
            "severity" : "error",
            "human" : "If the prefix for a partner family name is specified, the partner family name is expected as well",
            "expression" : "family.extension('http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix').empty().not() implies family.extension('http://hl7.org/fhir/StructureDefinition/humanname-partner-name').empty().not()"
          }
        ],
        "mapping" : [
          {
            "identity" : "zib-nameinformation-v1.1-2020EN",
            "map" : "NL-CM:20.4.1",
            "comment" : "NameInformation"
          },
          {
            "identity" : "HdBe-NameInformation",
            "map" : "NameInformation"
          }
        ]
      },
      {
        "id" : "HumanName.extension:nameUsage",
        "path" : "HumanName.extension",
        "sliceName" : "nameUsage",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order"
            ]
          }
        ]
      },
      {
        "id" : "HumanName.extension:nameUsage.value[x]",
        "path" : "HumanName.extension.value[x]",
        "short" : "NameUsage",
        "definition" : "This concept indicates the last name or order of last names with which the person is to be addressed.",
        "alias" : [
          "Naamgebruik"
        ],
        "binding" : {
          "strength" : "required",
          "description" : "Use ConceptMap NameUsageCodelijst-to-HumanNameAssemblyOrder to translate terminology from the functional model to profile terminology in ValueSet HumanNameAssemblyOrder",
          "valueSet" : "http://hl7.org/fhir/ValueSet/name-assembly-order|4.0.1",
          "_valueSet" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/11179-permitted-value-conceptmap",
                "valueCanonical" : "https://fhir.healthdata.be/ConceptMap/NameUsage-to-HumanNameAssemblyOrder"
              }
            ]
          }
        },
        "mapping" : [
          {
            "identity" : "zib-nameinformation-v1.1-2020EN",
            "map" : "NL-CM:20.4.7",
            "comment" : "NameUsage"
          },
          {
            "identity" : "HdBe-NameInformation",
            "map" : "NameInformation.NameUsage"
          }
        ]
      },
      {
        "id" : "HumanName.use",
        "path" : "HumanName.use",
        "min" : 1,
        "patternCode" : "official"
      },
      {
        "id" : "HumanName.family.extension:prefix",
        "path" : "HumanName.family.extension",
        "sliceName" : "prefix",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix"
            ]
          }
        ]
      },
      {
        "id" : "HumanName.family.extension:prefix.value[x]",
        "path" : "HumanName.family.extension.value[x]",
        "short" : "Prefix",
        "definition" : "Prefix to the person’s own last name.",
        "alias" : [
          "Voorvoegsels"
        ],
        "mapping" : [
          {
            "identity" : "zib-nameinformation-v1.1-2020EN",
            "map" : "NL-CM:20.4.11",
            "comment" : "Prefix"
          },
          {
            "identity" : "HdBe-NameInformation",
            "map" : "NameInformation.LastName.Prefix"
          }
        ]
      },
      {
        "id" : "HumanName.family.extension:lastName",
        "path" : "HumanName.family.extension",
        "sliceName" : "lastName",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://hl7.org/fhir/StructureDefinition/humanname-own-name"
            ]
          }
        ]
      },
      {
        "id" : "HumanName.family.extension:lastName.value[x]",
        "path" : "HumanName.family.extension.value[x]",
        "short" : "LastName",
        "definition" : "The person’s official last name",
        "alias" : [
          "Achternaam"
        ],
        "mapping" : [
          {
            "identity" : "zib-nameinformation-v1.1-2020EN",
            "map" : "NL-CM:20.4.10",
            "comment" : "LastName"
          },
          {
            "identity" : "HdBe-NameInformation",
            "map" : "NameInformation.LastName.LastName"
          }
        ]
      },
      {
        "id" : "HumanName.family.extension:partnerPrefix",
        "path" : "HumanName.family.extension",
        "sliceName" : "partnerPrefix",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix"
            ]
          }
        ]
      },
      {
        "id" : "HumanName.family.extension:partnerPrefix.value[x]",
        "path" : "HumanName.family.extension.value[x]",
        "short" : "PartnerPrefix",
        "definition" : "Prefix to the partner’s last name.",
        "alias" : [
          "VoorvoegselsPartner"
        ],
        "mapping" : [
          {
            "identity" : "zib-nameinformation-v1.1-2020EN",
            "map" : "NL-CM:20.4.9",
            "comment" : "PartnerPrefix"
          },
          {
            "identity" : "HdBe-NameInformation",
            "map" : "NameInformation.LastNamePartner.PartnerPrefix"
          }
        ]
      },
      {
        "id" : "HumanName.family.extension:partnerLastName",
        "path" : "HumanName.family.extension",
        "sliceName" : "partnerLastName",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://hl7.org/fhir/StructureDefinition/humanname-partner-name"
            ]
          }
        ]
      },
      {
        "id" : "HumanName.family.extension:partnerLastName.value[x]",
        "path" : "HumanName.family.extension.value[x]",
        "short" : "PartnerLastName",
        "definition" : "Partner’s official last name.",
        "alias" : [
          "AchternaamPartner"
        ],
        "mapping" : [
          {
            "identity" : "zib-nameinformation-v1.1-2020EN",
            "map" : "NL-CM:20.4.8",
            "comment" : "PartnerLastName"
          },
          {
            "identity" : "HdBe-NameInformation",
            "map" : "NameInformation.LastNamePartner.PartnerLastName"
          }
        ]
      },
      {
        "id" : "HumanName.given",
        "path" : "HumanName.given",
        "short" : "FirstName / Initial",
        "definition" : "One of a person’s official first names or the initial if the full name is not known.",
        "comment" : "This element represents the FirstNames and Initials concepts of zib NameInformation, but the FHIR implementation deviates from the zib model. The zib defines these concepts as a list of official first names (as a single string) and a list of initials (as a single string), both optional. They both represent the official name(s) of a person and thus represent the same concept. In FHIR however, each first name is either a complete name or an initial, but not both. In addition, each name may be defined separately.\r\n\r\nTherefore, the zib concepts are implemented here in the following way:\r\n\r\n* Systems SHOULD use a `.given` element for each official first name that they know of (either as a full name or an initial), in order of appearance (as specified by FHIR).\r\n* Each of these elements:\r\n * SHOULD be populated with the complete name if it is known, or with the initial if no more information is available.\r\n * SHALL be augmented with `extension:givenOrInitial` with code _BR_ when it represents a full name or code _IN_ when it represents an initial.\r\n\r\nInitials should thus not be communicated for each complete first name that is known, in contrast to what is specified by the zib. Receiving systems can recreate initials from the full names if needed.\r\n\r\nIf a system _does_ however only have a list of official first names and a separate list of official initials, without knowing the relationship between these two, only the full names SHOULD be communicated, while an additional `.name` instance MAY be used to communicate the initials. It is expected that the second instance just contains the initials and no other information from the zib. Receiving systems MAY ignore the second instance.\r\n\r\n**Note 1:** The GivenName concept should not be included here but in a separate `.name` instance where `.use` = _usual_.\r\n\r\n**Note 2**: As specified by FHIR, multiple official first names MAY be combined in a single `.given` element (separated by spaces), as long as the `.given` elements can be concatenated to form the full first name representation, and the 'extension:givenOrInitial` is used to mark the element as containing either full names or the initials. This pattern is strongly discouraged as it is hard to determine if the value pertains multiple names or a single combined name containing spaces.",
        "alias" : [
          "Voornaam",
          "Initiaal"
        ],
        "mapping" : [
          {
            "identity" : "zib-nameinformation-v1.1-2020EN",
            "map" : "NL-CM:20.4.4",
            "comment" : "FirstNames"
          },
          {
            "identity" : "HdBe-NameInformation",
            "map" : "NameInformation.FirstNames"
          },
          {
            "identity" : "zib-nameinformation-v1.1-2020EN",
            "map" : "NL-CM:20.4.5",
            "comment" : "Initials"
          },
          {
            "identity" : "HdBe-NameInformation",
            "map" : "NameInformation.Initials"
          }
        ]
      },
      {
        "id" : "HumanName.given.extension",
        "path" : "HumanName.given.extension",
        "min" : 1
      },
      {
        "id" : "HumanName.given.extension:givenOrInitial",
        "path" : "HumanName.given.extension",
        "sliceName" : "givenOrInitial",
        "min" : 1,
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"
            ]
          }
        ]
      },
      {
        "id" : "HumanName.prefix",
        "path" : "HumanName.prefix",
        "short" : "Titles",
        "definition" : "Noble and scientific titles. These can assist in formulating oral and formal addresing titles.",
        "comment" : "The CBB concept 'titles' is mapped to elements `HumanName.prefix` and `HumanName.suffix`. Semantically this mapping is not complete: the CBB uses a single concept that contains all the required information about noble and scientific titles, while FHIR captures the same information in a structured way.\r\n\r\n**Export:**\r\n\r\nSystems are expected to transform as much as possible to the FHIR datamodel and thereby to be as explicit as possible. Note that in order to mark the type of a prefix, you can use the FHIR standard extension for ISO 21090 EN Qualifiers. Examples include the use of the qualifier _HON_ to indicate honorific prefixes and _AC_ for academic prefixes.\r\n\r\nIf it is not possible to breakup the CBB concept titles to positioned prefixes and suffixes, the prefix element is used to store all information.\r\n\r\n**Import:**\r\n\r\nSystems need to expect and be resilient for a broader range of information stored in the prefix element than stated by it's definition.",
        "alias" : [
          "Titels"
        ],
        "mapping" : [
          {
            "identity" : "zib-nameinformation-v1.1-2020EN",
            "map" : "NL-CM:20.4.12",
            "comment" : "Titles"
          },
          {
            "identity" : "HdBe-NameInformation",
            "map" : "NameInformation.Titles"
          }
        ]
      },
      {
        "id" : "HumanName.suffix",
        "path" : "HumanName.suffix",
        "short" : "Titles",
        "definition" : "Noble and scientific titles. These can assist in formulating oral and formal addresing titles.",
        "comment" : "The CBB concept 'titles' is mapped to elements `HumanName.prefix` and `HumanName.suffix`. Semantically this mapping is not complete: the CBB uses a single concept that contains all the required information about noble and scientific titles, while FHIR captures the same information in a structured way.\r\n\r\n**Export:**\r\n\r\nSystems are expected to transform as much as possible to the FHIR datamodel and thereby to be as explicit as possible. Note that in order to mark the type of a prefix, you can use the FHIR standard extension for ISO 21090 EN Qualifiers. Examples include the use of the qualifier _HON_ to indicate honorific prefixes and _AC_ for academic prefixes.\r\n\r\nIf it is not possible to breakup the CBB concept titles to positioned prefixes and suffixes, the prefix element is used to store all information.\r\n\r\n**Import:**\r\n\r\nSystems need to expect and be resilient for a broader range of information stored in the prefix element than stated by it's definition.",
        "alias" : [
          "Titels"
        ],
        "mapping" : [
          {
            "identity" : "zib-nameinformation-v1.1-2020EN",
            "map" : "NL-CM:20.4.12",
            "comment" : "Titles"
          },
          {
            "identity" : "HdBe-NameInformation",
            "map" : "NameInformation.Titles"
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.